projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1e7bb4
)
(forward-paragraph): Comment change.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 26 Jan 1996 19:47:15 +0000
(19:47 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 26 Jan 1996 19:47:15 +0000
(19:47 +0000)
lisp/textmodes/paragraphs.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/paragraphs.el
b/lisp/textmodes/paragraphs.el
index 120a381b3dc4e375ab1dc2840690a57ed4b8d5eb..187bc9bf78318cfafc4901341b8b7cc6f0e49db2 100644
(file)
--- a/
lisp/textmodes/paragraphs.el
+++ b/
lisp/textmodes/paragraphs.el
@@
-191,6
+191,7
@@
to which the end of the previous line belongs, or the end of the buffer."
(goto-char (point-min)))))
(setq arg (1+ arg)))
(while (and (> arg 0) (not (eobp)))
+ ;; Move forward over separator lines, and one more line.
(while (prog1 (and (not (eobp))
(progn (move-to-left-margin) (not (eobp)))
(looking-at paragraph-separate))